* {
    padding: 0;
    margin: 0;
}

body {
    background-image: url(../Image/Background.svg);
    color: #1200ff;
    font-size: 150%;
    background-position:center;
    background-attachment:fixed;
}

.paragraphStyle {
    position: relative;
    width: 70%;
    background-repeat: no-repeat;
    margin: 0.5% auto;
    background-size: cover;
}

#textFooter {
    position: absolute;
    top: 30%;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: xx-large;
    font-family:Gabriola;
    color: #ff6600;
}

@media (max-width: 499px){
    .paragraphStyle {
        width: 90%;
    }
}

@media (min-width: 500px) and (max-width: 900px){
    .paragraphStyle {
        width: 80%;
    }
}